home *** CD-ROM | disk | FTP | other *** search
- -- card: 23164 from stack: in
- -- bmap block id: 6039
- -- flags: 4000
- -- background id: 2604
- -- name: PET/SHOP
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=344 top=116 right=139 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 2730 / 2730
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: S/TO/OUT/PET
- ----- HyperTalk script -----
- on mouseUp
- go to card "OUT/PET"
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=143 top=67 right=96 bottom=242
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: EMPTY/CAGE
- ----- HyperTalk script -----
- on mouseUp
- put "This cage is empty." into Msg
- wait 3 seconds
- doMenu "Message"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=277 top=136 right=235 bottom=305
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: EMPTY/CAGE
- ----- HyperTalk script -----
- on mouseUp
- put "This cage is empty." into Msg
- wait 3 seconds
- doMenu "Message"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=278 top=67 right=96 bottom=306
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET/REPEL
- ----- HyperTalk script -----
- on mouseUp
- global inventory
- if "Dyno-Go" is in inventory then
- put "The cage is empty." into Msg
- wait 3 seconds
- doMenu "Message"
- else
- put ", a can of Dyno-Go" after inventory
- put inventory into background field "ShowMe"
- put "You find a large can of reptile repellant." into Msg
- wait 3 seconds
- doMenu "Message"
- end if
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=144 top=135 right=233 bottom=241
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ANTS
- ----- HyperTalk script -----
- on mouseUp
- global inventory
- if "insect spray" is in inventory then
- put "You kill a nest of ants with your insect spray." into Msg
- wait 3 seconds
- doMenu "Message"
- else
- visual effect venetian blinds
- go to card "FANGS"
- end if
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0